| Fully Qualified Name: | Laminas\Test\Util\ModuleLoader | 
| Name | Description | Defined By | 
|---|---|---|
| __construct() | Load list of modules or application configuration | ModuleLoader | 
| getApplication() | Get the application | ModuleLoader | 
| getModule() | Get module by name | ModuleLoader | 
| getModuleManager() | Get the module manager | ModuleLoader | 
| getServiceManager() | Get the service manager | ModuleLoader | 
Load list of modules or application configuration
| Parameter Name | Type | Description | 
|---|---|---|
| $configuration | array | 
Returns:
Get the application
Returns: \Laminas\Mvc\Application
Get module by name
| Parameter Name | Type | Description | 
|---|---|---|
| $moduleName | ||
| $moduleName | 
Returns: mixed
Get the module manager
Returns: \Laminas\ModuleManager\ModuleManager
Get the service manager
Returns: \ServiceManager